From: Corneliu ZUZU Date: Mon, 4 Jul 2016 10:11:30 +0000 (+0200) Subject: vm-event: MAINTAINERS fix X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~834 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=2e0dd2f9a56c3fd01ec7557346580ab0b01ab7ac;p=xen.git vm-event: MAINTAINERS fix Fix vm-event section of MAINTAINERS file: add back files x86/hvm/monitor.c, asm-x86/hvm/monitor.h, x86/monitor.c, x86/vm_event.c and sort entries alphabetically. Culprits which got MAINTAINERS out-of-sync: c/s ca63cee: "monitor: Rename hvm/event to hvm/monitor": - added x86/hvm/monitor.c & asm-x86/hvm/monitor.h w/o MAINTAINERS update c/s ec89da2: "MAINTAINERS: update monitor/vm_event covered code": - (mistakenly?) removed both x86/monitor.c & x86/vm_event.c Signed-off-by: Corneliu ZUZU Acked-by: Razvan Cojocaru Acked-by: Tamas K Lengyel --- diff --git a/MAINTAINERS b/MAINTAINERS index e91140f35e..65c2447c82 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -401,13 +401,17 @@ VM EVENT, MEM ACCESS and MONITOR M: Razvan Cojocaru M: Tamas K Lengyel S: Supported +F: tools/tests/xen-access +F: xen/arch/*/monitor.c +F: xen/arch/*/vm_event.c +F: xen/arch/x86/hvm/monitor.c F: xen/common/mem_access.c -F: xen/*/vm_event.c -F: xen/*/monitor.c +F: xen/common/monitor.c +F: xen/common/vm_event.c F: xen/include/*/mem_access.h F: xen/include/*/monitor.h F: xen/include/*/vm_event.h -F: tools/tests/xen-access +F: xen/include/asm-x86/hvm/monitor.h VTPM M: Daniel De Graaf